projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00c670e
)
Fix typo in comment.
author
Juanma Barranquero
<lekktu@gmail.com>
Wed, 28 May 2008 08:10:37 +0000
(08:10 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Wed, 28 May 2008 08:10:37 +0000
(08:10 +0000)
src/w32fns.c
patch
|
blob
|
history
diff --git
a/src/w32fns.c
b/src/w32fns.c
index 9805afd119ac3bd4893a8d08efcfd591870ef84d..b18a1233b8a3ec6402f9e6e6443c5e64d8f5efdd 100644
(file)
--- a/
src/w32fns.c
+++ b/
src/w32fns.c
@@
-5584,7
+5584,7
@@
w32_to_x_font (lplogfont, lpxstr, len, specific_charset)
strcpy (height_dpi, "*");
}
-#if 0 /* Never put the width in the x
fl
d. It fails on fonts with
+#if 0 /* Never put the width in the x
lf
d. It fails on fonts with
double-width characters. */
if (lplogfont->lfWidth)
sprintf (width_pixels, "%u", lplogfont->lfWidth * 10);